home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 April / maximum-cd-2002-04.iso / Data / items.pcg / scripts / DefineButton2_258 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2002-02-13  |  157 b   |  4 lines

  1. on(keyPress "<Up>"){
  2.    scrollListUp("menugame","arGamesDBSlice.","gamenumber",arGamesDBSlice.length,topDB,"topDB",dbCount,"dbCount",currentGameCount);
  3. }
  4.